home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************/
- /* SBPlay.h -- Program definitions specific to program version and sound */
- /* card being used. */
- /* Copyright (c) 1996 John A. Ball */
- /* */
- /* This source is available for your own personal use only! You may make */
- /* any changes you wish but please do not distribute modified source code. */
- /* Please notify me of any errors or improvements. */
- /* */
- /* SBPlay Sound File Utility */
- /* */
- /* by John A. Ball December 6, 1996 */
- /***************************************************************************/
-
- #define PROGRAM "SBPlay"
- #define PURPOSE " Sound File Player Utility"
- #define VERSION "SBPlay ver 2.54 by John A. Ball December 6, 1996"
- #define CARD "Sound Blaster"
- #define COPYRIGHT "This program may be freely copied and distributed!"
- #define OWNER "This copy of SBPlay is registered to UNREGISTERED"
- #define SERIAL "Serial # 254-000000"
- #define MINVOLUME 0
- #define MIDVOLUME 50
- #define MAXVOLUME 100
-